DioDocs for PDF
GcBitmap コンストラクタ(UInt32[],Int32,Int32,Boolean,Boolean,Single,Single)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > GcBitmap コンストラクタ : GcBitmap コンストラクタ(UInt32[],Int32,Int32,Boolean,Boolean,Single,Single)
The pixel data to be attached to a GcBitmap.
The width of the image, in pixels.
The height of the image, in pixels.
Indicates whether the alpha channel should be ignored.
Indicates whether the color channels are premultiplied by the alpha channel.
The horizontal dpi of the image.
The vertical dpi of the image.
Initializes a new instance of the GcBitmap class and sets the existing pixel data to be read/modified in-place.
シンタックス
'宣言
 
Public Function New( _
   ByVal pixelData() As System.UInteger, _
   ByVal pixelWidth As System.Integer, _
   ByVal pixelHeight As System.Integer, _
   ByVal opaque As System.Boolean, _
   Optional ByVal premultiplied As System.Boolean, _
   Optional ByVal dpiX As System.Single, _
   Optional ByVal dpiY As System.Single _
)
public GcBitmap( 
   System.uint[] pixelData,
   System.int pixelWidth,
   System.int pixelHeight,
   System.bool opaque,
   System.bool premultiplied,
   System.float dpiX,
   System.float dpiY
)

パラメータ

pixelData
The pixel data to be attached to a GcBitmap.
pixelWidth
The width of the image, in pixels.
pixelHeight
The height of the image, in pixels.
opaque
Indicates whether the alpha channel should be ignored.
premultiplied
Indicates whether the color channels are premultiplied by the alpha channel.
dpiX
The horizontal dpi of the image.
dpiY
The vertical dpi of the image.
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧